From: Juri Linkov Date: Thu, 29 Apr 2004 15:34:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22847 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=31d3045ba9afbcf7b11b898a758d701cbbd312f6;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8a1bba88874..c5e98bfc703 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,24 @@ +2004-04-29 Juri Linkov + + * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word + instead of isearch-yank-word-or-char. Add new key bindings for + isearch-yank-char to \C-f, and isearch-del-char to \C-b. + (isearch-del-char): New fun. + (isearch-forward, isearch-edit-string): Update docstring. + (isearch-yank-char): Doc fix. + (isearch-other-meta-char): Restore point after scrolling. + + * progmodes/compile.el (compilation-context-lines): Add nil option + to disable compilation output window scrolling. + (compilation-set-window): Use it. + + * outline.el (outline-next-preface, outline-show-heading): Don't + leave unhidden blank line before heading. + (outline-end-of-subtree): Include last newline into subtree. + (hide-entry): Leave point at beginning of heading instead of end. + (outline-up-heading): Push mark for the first call of successive + command calls. + 2004-04-28 Luc Teirlinck * comint.el (comint-prompt-read-only): New variable.